home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / crit / critic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-05-23  |  337 b   |  18 lines  |  [TEXT/????]

  1. /*
  2.  * critic.h - common data for the project critic
  3.  * Needs: quickdraw.h window.h
  4.  * Owned by: critic.c
  5.  */
  6.  
  7. #define WINDOWID 260        /* Resource ID for my window. */
  8.  
  9. #ifndef DATA
  10. extern
  11. #endif
  12. GrafPtr screenport;        /* default grafport -- the whole screen    */
  13.  
  14. #ifndef DATA
  15. extern
  16. #endif
  17. WindowPtr windoc;        /* the program's only window        */
  18.